Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correctly mount file mount points in Overlay2Filesystem #858

Merged
merged 8 commits into from
Sep 23, 2024

Conversation

JSCU-CNI
Copy link
Contributor

This PR fixes #856.

@Schamper
Copy link
Member

Could you add a unit test? 😄

@JSCU-CNI
Copy link
Contributor Author

Could you add a unit test? 😄

Added in f66885a

Schamper
Schamper previously approved these changes Sep 20, 2024
Schamper
Schamper previously approved these changes Sep 23, 2024
Copy link

codecov bot commented Sep 23, 2024

Codecov Report

Attention: Patch coverage is 71.42857% with 2 lines in your changes missing coverage. Please review.

Project coverage is 76.19%. Comparing base (60cc4fb) to head (f0750d2).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
dissect/target/filesystems/overlay.py 71.42% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #858      +/-   ##
==========================================
+ Coverage   76.16%   76.19%   +0.02%     
==========================================
  Files         310      310              
  Lines       26688    26691       +3     
==========================================
+ Hits        20328    20338      +10     
+ Misses       6360     6353       -7     
Flag Coverage Δ
unittests 76.19% <71.42%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Schamper Schamper merged commit 63de661 into fox-it:main Sep 23, 2024
17 of 18 checks passed
@JSCU-CNI JSCU-CNI deleted the fix/overlay-mount-files branch September 23, 2024 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docker MountPoint files incorrectly mapped as directories in Overlay2Filesystem
2 participants